home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / othello / Source / PB.project < prev    next >
Text File  |  1993-11-07  |  660b  |  29 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = othello_save.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (othello.tiff);
  5. FILESTABLE = {
  6.     M_FILES = (othello_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (Othello.h);
  9.     CLASSES = (Othello.m);
  10.     IMAGES = (othello.tiff, othello_save.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = ();
  13.     OTHER_SOURCES = ();
  14.     SUBPROJECTS = ();
  15.     PSWM_FILES = ();
  16.     SOUNDS = ();
  17.     OTHER_LIBS = (Media_s, NeXT_s);
  18.     INTERFACES = (othello.nib);
  19. };
  20. APPCLASS = Application;
  21. DOCEXTENSIONS = (oth);
  22. MAINNIB = othello;
  23. PROJECTTYPE = Application;
  24. LOCALIZABLE_FILES = {
  25. };
  26. PROJECTVERSION = 1.1;
  27. PROJECTNAME = othello;
  28. SYSTEMEXTENSIONS = ();
  29.